projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45de4a6
)
Add missing semicolon.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Jul 2002 16:24:30 +0000
(16:24 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Jul 2002 16:24:30 +0000
(16:24 +0000)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index f7ddf4d69a87c4f24015143b3f2d6b1cda0d4887..c009582b1c7b4a732bbb9db8b5123fd528228d9f 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-2234,7
+2234,7
@@
the truename of a file can be slow. */);
DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
doc: /* Non-nil means determine accurate link count in `file-attributes'.
Note that this option is only useful for files on NTFS volumes, where hard links
-are supported. Moreover, it slows down `file-attributes' noticeably. */)
+are supported. Moreover, it slows down `file-attributes' noticeably. */)
;
Vw32_get_true_file_attributes = Qt;
}
/* end of ntproc.c */